home *** CD-ROM | disk | FTP | other *** search
/ Game Programming in C++ - Start to Finish / GameProgrammingS.iso / tools_install / doxygen-1.4.4-setup.exe / {app} / html / examples / diagrams_b.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-02-09  |  89 b   |  6 lines

  1. #ifndef _DIAGRAMS_B_H
  2. #define _DIAGRAMS_B_H
  3. class A;
  4. class B { public: A *m_a; };
  5. #endif
  6.